| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| integer(kind=int32), | public, | parameter | :: | SPCTRM_CENTRAL_CONVOLUTION | = | 50001 |
A flag for requesting the central portion of the convolution that is the same length as the input signal. |
| integer(kind=int32), | public, | parameter | :: | SPCTRM_FULL_CONVOLUTION | = | 50000 |
A flag for requesting a full convolution. |
Computes the convolution of a signal and kernel.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in) | :: | x(:) |
The N-element signal. |
||
| real(kind=real64), | intent(in) | :: | y(:) |
The M-element kernel. |
||
| integer(kind=int32), | intent(in), | optional | :: | method |
An optional input that dictates the expected convolution result. The following options are available. |
The convolved result.